home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Ant Movie Catalog 3.5.0.2 / amc_install.exe / {app} / Languages / French.chm / main.css < prev    next >
Cascading Style Sheet File  |  2005-05-29  |  1KB  |  85 lines

  1. img
  2. {
  3.   border: none;
  4.   vertical-align: text-bottom;
  5.   color: #FFFFFF;
  6. }
  7.  
  8. p,ul,ol,li,dl,dt,dd,td
  9. {
  10.   font-size: 8pt;
  11.   font-family: Verdana, Arial, Helvetica, sans-serif;
  12.   color: black;
  13.   background: white;
  14. }
  15.  
  16. p.centered
  17. {
  18.   text-align: center;
  19. }
  20.  
  21. p.version
  22. {
  23.   font-style: italic;
  24.   text-align: center;
  25. }
  26.  
  27. p.subtitle
  28. {
  29.   font-weight: bold;
  30. }
  31.  
  32. p.title
  33. {
  34.   font-size: 14pt;
  35.   font-style: italic;
  36.   text-align: center;
  37. }
  38.  
  39. code, pre
  40. {
  41.   font-size: 9pt;
  42.   font-family: Courier New, Courrier;
  43.   color: black;
  44.   background: #EEEEEE;
  45. }
  46.  
  47. hr
  48. {
  49.   border-color: black;
  50.   border-style: solid;
  51. }
  52.  
  53. a:link, a:visited
  54. {
  55.   color: #003399;
  56.   background: white;
  57. /*  text-decoration: none;*/
  58. }
  59.  
  60. a:hover, a:active
  61. {
  62.   color: #CC0000;
  63.   background: white;
  64. /*  text-decoration: none;*/
  65. }
  66.  
  67. ul#versions
  68. {
  69.   list-style-type: none;
  70.   margin-left: 0px;
  71.   font-weight: bold;
  72. }
  73.  
  74. ul#versions ul
  75. {
  76.   list-style-type: disc;
  77.   margin-left: 25px;
  78.   font-weight: normal;
  79. }
  80.  
  81. ul#options, ul#options ul
  82. {
  83.   list-style-type: disc;
  84. }
  85.